home *** CD-ROM | disk | FTP | other *** search
- MySoundView = {
- SUPERCLASS = SoundView;
- };
- eTAudioUI = {
- ACTIONS = {
- play:;
- record:;
- stop:;
- erase:;
- pause:;
- editName:;
- };
- OUTLETS = {
- stopButton;
- audioPanel;
- playButton;
- soundView;
- nameField;
- etAudio;
- audioView;
- pauseButton;
- soundMeter;
- eraseButton;
- recordButton;
- };
- SUPERCLASS = Object;
- };
- eTSoundMeter = {
- SUPERCLASS = SoundMeter;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-